home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / common8.cst / 00045_go to play.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  300 b   |  19 lines

  1. on enterFrame
  2.   puppetSprite 28,false
  3. --  puppetSprite 20,true
  4. end
  5.  
  6.  
  7. on exitFrame
  8.   global gContinentList
  9.   set frameName="play"
  10.   if count(gContinentList)=0 then 
  11.     go to frame "exit"
  12.   else if count(gContinentList)>0 then
  13.     animateSpeaker 117,["8another"]
  14.     go to frame "play"
  15.   end if
  16. end
  17.  
  18.  
  19.